projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb385a9
)
Update dependencies in src/makefile.w32-in.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 12 Oct 2012 15:22:50 +0000
(17:22 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 12 Oct 2012 15:22:50 +0000
(17:22 +0200)
src/makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
src/ChangeLog
patch
|
blob
|
history
src/makefile.w32-in
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 76f0226c0bfe74492ae250b0ffdcad4f4de372e9..e2ed92936686cd2ae877afb88febf11bc114b2da 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2012-10-12 Eli Zaretskii <eliz@gnu.org>
+ * makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
+
* fileio.c (check_existing): New function.
(make_temp_name, Ffile_exists_p, Ffile_writable_p): Call it
instead of calling 'stat', when what's needed is to check whether
diff --git
a/src/makefile.w32-in
b/src/makefile.w32-in
index 40a075dbf3c093996050322d0d5b27121f4607da..97e303a01d4e9062e398a66ae04e22e34836e31d 100644
(file)
--- a/
src/makefile.w32-in
+++ b/
src/makefile.w32-in
@@
-835,6
+835,7
@@
$(BLD)/fileio.$(O) : \
$(NT_INC)/pwd.h \
$(NT_INC)/sys/stat.h \
$(NT_INC)/unistd.h \
+ $(NT_INC)/sys/file.h \
$(BUFFER_H) \
$(CHARACTER_H) \
$(CODING_H) \